home *** CD-ROM | disk | FTP | other *** search
- <script>
- function openIT() {
- theURL="popup.html"
- wname ="CHROMELESSWIN"
- W=400;
- H=200;
- windowCERRARa = "img/close_a.gif"
- windowCERRARd = "img/close_d.gif"
- windowCERRARo = "img/close_o.gif"
- windowNONEgrf = "img/none.gif"
- windowCLOCK = "img/clock.gif"
- windowREALtit = "Task title"
- windowTIT = "<font face=verdana size=1> ? Window title</font>"
- windowBORDERCOLOR = "#000000"
- windowBORDERCOLORsel = "#999999"
- windowTITBGCOLOR = "#999999"
- windowTITBGCOLORsel = "#333333"
- openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
- }
- </script>
-